home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 335_02 / as7000.man < prev    next >
Text File  |  1990-12-02  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      AS7000(1L)                  UNIX 5.0                   AS7000(1L)
  5.  
  6.  
  7.  
  8.      NAME
  9.           as7000 - cross assembler for microcomputers
  10.  
  11.      SYNOPSIS
  12.           as7000 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s
  13.           symbolfile] input
  14.  
  15.      DESCRIPTION
  16.           The as7000 command assembles the input file into a text
  17.           output file representing the program memory for a
  18.           microcomputer.
  19.  
  20.           Options
  21.  
  22.           -p cpu
  23.                Ignored by this program.
  24.  
  25.           -l listfile
  26.                Output a file formated with the memory address, data,
  27.                and source input lines.
  28.  
  29.           -o hexfile
  30.                Output the memory data image in a form accepted by most
  31.                prom programmers.
  32.  
  33.           -h hexfile
  34.                Same as -o.
  35.  
  36.           -d   Save the intermediate data file (see FILE) and abort
  37.                the execution at the end of processing.
  38.  
  39.           -s symbolfile
  40.                Print the symbol table values and names, one per line
  41.                in the specified file.
  42.  
  43.      FILES
  44.           /usr/tmp/frtXXXXXX
  45.  
  46.      SEE ALSO
  47.           Frankenstein Cross Assemblers Users Manual (file base.doc)
  48.           Appendix for as7000 Frankenstein Assembler (file as7000.doc)
  49.  
  50.      NOTES
  51.           There is only one input file.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 12/4/90)
  64.  
  65.  
  66.  
  67.